home *** CD-ROM | disk | FTP | other *** search
/ The Netter Presenter: Ur…ion in Overactive Bladder / The Netter Presenter: Urinary System - Structure & Function in Overactive Bladder.iso / mac / UrinarySystem.app / Contents / Notes.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  2003-12-02  |  195 b   |  11 lines

  1. global gNoteData, gkillnotes
  2.  
  3. on mouseUp me
  4.   if not (member("Notes Text").text = EMPTY) then
  5.     gNoteData = member("Notes Text").text
  6.   else
  7.     gNoteData = EMPTY
  8.   end if
  9.   gkillnotes = 1
  10. end
  11.